home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 4skipb.helpbloc < prev    next >
Text File  |  1991-10-23  |  1KB  |  18 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \skipbefore COMMAND                            |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The   \skipbefore   command   is   always  used   in   conjunction   with   the
  6. \blockquoteformat (\bqf)  command, and  will set the  amount of  vertical space
  7. that  is to  be  skipped  before the  blockquote  begins.  The format  for  the
  8. \skipbefore command is:                                                        
  9.                                                                                
  10.           \blockquoteformat{                                                   
  11.           \skipbefore{xx}                                                      
  12.           }                                                                    
  13.                                                                                
  14. Where "xx" is the amount of space desired,  expressed in number of lines or any
  15. legal TeX measurement (pt, pc, in, etc.).  The amount of space indicated in the
  16. \skipbefore  command  will  be  added to  the  current  paragraph  skip  before
  17. beginning the first paragraph of the blockquote.                               
  18.